Navigating in Outline view
The outline that appears when you create or view a document in Outline view contains all of the essential elements of an HTML page. You can use this structure as a template and fill it with your own content.
HTML tags appear as box symbols.Indents indicate an item's position within the HTML hierarchy. The HEAD and BODY elements are indented to show that they are contained in the HTML element. The HEAD element in turn contains a TITLE element with a text box.Start and end tags are connected by vertical lines to show that they are complementary items.
A. Current selection B. Start and end tag connectors C. Drag and drop handle
To navigate in Outline view:
1 Choose File > Open or File > New, and click the Outline tab ( ) in the document window.
2 To collapse or expand the outline, do one of the following:
Click the triangle on the HTML box to collapse the outline. Click the triangle on the HTML box to expand a collapsed outline.
3 To navigate through the outline, do one of the following:
To move through the Outline view, use the arrow keys. The Up arrow selects the item above the current selection, and the Down arrow picks the one below. If the pointer is in a text box, the arrow keys move the pointer within the box.To move through the attribute list of an element, use the arrow keys. The Up arrow selects the item above the current selection, and the Down arrow chooses the one below.To expand or collapse the currently selected tag element, press Enter (Windows) or Return (Mac OS). This is only possible with binary tags (tags always used in pairs).To show the tag attribute pop-up menu, click the triangle to the right of the element name.To activate the next text box, press Tab. To activate the preceding text box, press Shift-Tab.To delete the current selection, use the Backspace key. To activate the tag selection pop-up menu, Control-click (Windows) or Command-click (Mac OS) the tag name.
Working in HTML > Editing HTML code in Outline view > Navigating in Outline view
|